Posts tagged with git
Using another private key with git
Published 5 August 2014 in archive with tags osx , bash , ssh , git It's quite normal to have different private keys for different git servers, but how do you provide a different identity file like you do with SSH? Continue reading …Count number of files deleted between Git commits
Published 29 May 2014 in archive with tags gitlog , bash , git To count the number of files deleted between two Git commits, use the following command: Continue reading …Modify your last commit message
Published 5 March 2014 in archive with tags snippet , git It's easy to modify your last commit message, simply add--amend
and commit again.
Continue reading …
Git workflow scripts
Published 11 July 2013 in archive with tags productivity , bash , git The following are a couple of general purpose scripts which will help you to work quicker with Git. Put these in your bin folder, so either/home/user/bin
or C:\Users\Username\bin
depending on your OS. Remember if it's nix, chmod +x
them.
Continue reading …
Getting Started with Git for Windows
Published 18 April 2013 in archive with tags github , windows , tutorial , git Following on from my Installing Git for Windows post, today we're going to learn how to get started with our first repository. This is only going to cover the basics, there is much more to Git but you don't need to know that stuff just yet. Continue reading …Newer Page 1 of 2 Older